home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / snpd0492.zip / W_WRAP.H < prev   
C/C++ Source or Header  |  1992-04-13  |  148b  |  6 lines

  1. /* w_wrap.h */
  2. /* prototypes for the functions in w_wrap.c */
  3.  
  4. char *word_wrap(char *string, size_t line_len);
  5. void set_tab_size(size_t size);
  6.